CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - distance vector routing

搜索资源列表

  1. 距离矢量路由模拟

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86880
    • 提供者:陈为
  1. 1Router

    0下载:
  2. 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16304
    • 提供者:青柿子
  1. DistanceVector_Routing

    2下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:agang
  1. jlly

    0下载:
  2. 计算机网络课程设计距离路由矢量源代码,运行过了,没有错误。-computer network design courses distance vector routing source code, run-off, no errors.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:1860
    • 提供者:万尧
  1. DRAc

    0下载:
  2. 距离向量路由算法的c源代码,希望给有兴趣的人有用-distance vector routing algorithm c source code, and hopes to give those who are interested in useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1701
    • 提供者:芦苇
  1. ns-2.34

    0下载:
  2. ns-2.34 is mainly a maintenance release with the following major differences from ns-2.33: 1) AOMDV (On-demand Multipath Distance Vector Routing in Ad Hoc Networks) implementation 2) Tmix synthetic Internet traffic generation tool 3) Collec
  3. 所属分类:Linux Network

    • 发布日期:2017-11-01
    • 文件大小:45181799
    • 提供者:holypiston
  1. OPNET-AODV-asn

    1下载:
  2. Performance Analysis of Ad hoc On-demand Distance Vector routing (AODV) using OPNET Simulator
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:1030750
    • 提供者:Guntur
  1. AODV

    0下载:
  2. NS2中,AODV(Ad hoc on demand distance vector routing)源码解析-AODV source code analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:476542
    • 提供者:miranda
  1. dsdv

    0下载:
  2. Destination Sequenced Distance-Vector Routing(DSDV)协议源代码-Destination Sequenced Distance-Vector Routing (DSDV) protocol source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:33782
    • 提供者:Raymond
  1. DV_HOP

    0下载:
  2. 基于MATLAB的dv-hop(distance vector routing)算法的实现-Based on MATLAB-dv-hop (distance vector routing) Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:tim
  1. encdecm

    0下载:
  2. This code simulates Distance Vector Routing protocol used for routing in communication networks
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:973
    • 提供者:Padmaraj
  1. distvector

    0下载:
  2. This code simulates distance vector routing of communication networks
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1154
    • 提供者:Padmaraj
  1. dynamic-routing

    0下载:
  2. 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algo
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:153762
    • 提供者:刘刘
  1. adhoc

    0下载:
  2. 经典的路由表协议有:DSDV(序列目的节点距离矢量路由协议),CGSR(群首信关切换路由协议),WRP(无线路由协议)等。经典的源始发的按需路由协议有:DSR(自适应源路由协议)、AODV(自组织网按需距离矢量路由协议),TORA(临时排序路由算法)等,这里实现Adhoc网络路由协议性能的比较-Classical routing table agreement: DSDV (destination sequence distance vector routing protocols), CGSR
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4252743
    • 提供者:曲景峰
  1. routing

    1下载:
  2. 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化-Simulated distance vector routing algorithm routing table exchange, presentation after each round of exchange of routing table changes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2092
    • 提供者:wulin
  1. Interior-Routing-Protocols

    0下载:
  2. Implementation of Interior Routing Protocol. It includes both Link state routing and distance vector routing. First unzip the file then untar . later use make to build the code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17192
    • 提供者:SAURABH GUPTA
  1. Convergence-Behavior-of-Distance-Vector-and-Link.

    0下载:
  2. convergence behaviour of distance vector and link state routing protocols
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5884764
    • 提供者:shireesh
  1. Routing-algorithm-simulation

    0下载:
  2. 利用路由选择算法模拟软件提供的通信功能,模拟距离矢量路由选择算法的初始化、路由信息扩散过程和路由计算方法-Routing algorithm simulation software provides the communication function, analog distance vector routing algorithm initialization, routing information diffusion process and route calculation metho
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:269102
    • 提供者:黄一
  1. Routing

    0下载:
  2. 距离路由矢量算法程序,可实现一个路由表的更新,有执行文件-Distance vector routing algorithm, which enables a routing table updates, there is the executable file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3561995
    • 提供者:chao
  1. routing-algorithm-sp2

    0下载:
  2. 距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:262294
    • 提供者:李力
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com